home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-08-22 | 614 b | 15 lines | [TEXT/MPS ] |
- # This script builds xh and xih files for a Dev Univ Sample4 part.
- #
- # This script is meant to be used for CodeWarrior IDE builds only.
- # Since the SOM files are stored in the sources folder, we can just specify PPC Debug
- # and they'll get built for everything. No need to build every combination
- #
- # This script also assumes that you have placed UserStartup•ODF in your MPW folder.
-
- # change the name below **********************************************
-
- set PartName Sample4
- ######
- Directory "{ODFDev}DUProjects:{PartName}:CWPPCDebug:"
- FWBuild -Metrowerks "{ODFDev}DUProjects:{PartName}:Sources:{PartName}.SOM"
-